/** {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*outline: 0;*/
    /*box-sizing: border-box;*/
/*}*/
/*h1,h2,h3,h4,h5,h6, p{*/
    /*padding: 0;*/
    /*margin: 0;*/
/*}*/
/*ul li{*/
    /*list-style: none;*/
/*}*/
/*body {*/
    /*background-color: #ffffff;*/
    /*font-family: "微软雅黑";*/
/*}*/
/*@media(max-width: 1920px){*/
    /*.banner-img{*/
        /*!*background-color: #11151A;*!*/
        /*background-image: url(../imgs/banner-1920.jpg);*/
    /*}*/
/*}*/

/*a:hover {*/
    /*text-decoration: none;*/
/*}*/
/*.navbar-toggle .icon-bar{*/
    /*background-color: #fff;*/
/*}*/
/*.navbar{*/
    /*height: 60px !important;*/
    /*line-height: 60px;*/
/*}*/
/*.my-navbar{*/
    /*padding: 20px 0;*/
    /*transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;*/
/*}*/
/*.my-navbar a{*/
    /*background:transparent !important;*/
    /*color:#fff;*/
/*}*/
/*.navbar-nav>li>a{*/
       /*line-height:30px;*/
       /*font-size: 16px;*/
/*}*/
/*.navbar-nav>li>a:hover{*/
    /*color: #0F2B40;*/
/*}*/
/*.dropdown-menu{*/
     /*font-size: 16px;*/
 /*}*/
/*.dropdown-menu a:hover{*/
    /*color: #fff !important;*/
    /*background: #67cfb8 !important;*/
/*}*/
 /*.navbar-nav li a{*/
    /*color: #fff;*/
/*}*/
 /*@media(min-width: 768px){*/
     /*.dropdown-menu li a{*/
         /*color: #0F2B40;*/
     /*}*/
 /*}*/

.fadeInUp{
    margin-bottom: 30px;
}
.top-nav {
    padding:0;
    background-color: rgba(15, 43, 64, .5);
}

.banner-img{
    height: 900px;
    background-color: #0F2B40 !important;
}
.banner-img .button-key{
    width: 400px;
    margin: 0 auto;
    background: #fff;
}
.banner-img .button-key:hover{
    cursor: pointer;
}
.banner-img .button-key .border{
    border: 1px solid #fff;
    border-radius: 50px;
    padding:5px 30px;
}
.banner-img .button-key a{
    color: #fff;
    font-size: 14px;
}
.banner-img .button-key .border:hover{
    background: #fff;

}
.banner-img .button-key .border:hover a{
    color: #67cfb8;
}

/* main 新闻动态和合作机构 */

/* 新闻动态 */
#main{
    text-align: center;
    width: 100%;
    height: auto;
    border-left:30px solid #0F2B40;
    border-right: 30px solid #ffff;
}

@media(max-width:768px){
    #canvasOne{
        width:600px;
    }
    #home{
        height: 600px;
    }
}
#main .main-public{
    margin: 80px  auto 50px auto;
}
#main .main-public h2{
    margin:4px auto;
}
#main .main-public p{
    border: 1px solid #67cfb8;
    width: 60px;
    display: inline-block;
}
#main .main-news-img{
    overflow: hidden;
}
.fadeInUp{
    animation-name: fadeInUp;
}
#main .main-news-img img{
    transform: scale(1);
    transition: transform 15s ease-out;
}
#main .main-brand-img{
    margin-bottom: 50px;
}
#main .main-brand-img div{
    display: inline-block;
}
#main .main-brand-img div img:hover{
    display: inline-block;
    position: relative;
    box-shadow: 0 0 5px #11151A !important;
}

/*----------------------------------------------------------------*/
/*-----------------------------Item-Effect开始--------------------*/
/*----------------------------------------------------------------*/
#main .item .item-container{
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.item .item-container img {
    display: block;
    width: 100%;
    height: auto;
}
.item .item-container .item-caption{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 10px;
    background: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.item .item-caption-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.item .item-caption-inner1 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.item-container .item-caption .span{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: none;
}
.item .item-container:before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 45, 64, 0.6);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.item:hover .item-container:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.item:hover .item-container .item-caption .span{
    display: block;
}
/*----------------------------------------------------------------*/
/*-------------------------Item-Effect结束------------------------*/
/*----------------------------------------------------------------*/
#footer{
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #0F2B40;
}
#footer .container .col-md-6{
    margin: 50px auto;
}
#footer ul li{
    line-height: 30px;
}
#footer ul li a{
    color: #fff;

}
#footer ul li:first-child a{
    font-size: 18px;
}
#footer p {
    border-top: 1px solid #242c37;
    color: #fff;
    line-height: 30px;
}

/*@media(min-width:992px){*/
    /*#main .container img{*/
        /*width: 970px;*/
    /*}*/
/*}*/
/*@media(min-width:768px){*/
    /*#main .container img{*/
        /*width: 750px;*/
    /*}*/
/*}*/
